home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / GeneralEditor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  923 b   |  64 lines

  1. BasicEditor = {
  2.     ACTIONS = {
  3.     clear:;
  4.     enableEditFormulaButton:;
  5.     };
  6.     OUTLETS = {
  7.     optionBox;
  8.     editFormulaButton;
  9.     calculatedSwitch;
  10.     notEmptySwitch;
  11.     defaultBox;
  12.     };
  13.     SUPERCLASS = Editor;
  14. };
  15. Editor = {
  16.     ACTIONS = {
  17.     runCalculatedEditor:;
  18.     updateButtons:;
  19.     runListView:;
  20.     };
  21.     OUTLETS = {
  22.     editorView;
  23.     textDelegate;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. FakeDB = {
  33.     ACTIONS = {
  34.     createFakeFor:;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38. GeneralEditor = {
  39.     ACTIONS = {
  40.     enableEditListButton:;
  41.     runFormulaEditor:;
  42.     clear:;
  43.     runListView:;
  44.     };
  45.     OUTLETS = {
  46.     rangeHideView;
  47.     currentFieldDesc;
  48.     defaultTitle;
  49.     useListSwitch;
  50.     defaultField;
  51.     editEntryListButton;
  52.     rangeTitle;
  53.     rangeFields;
  54.     listView;
  55.     rangeHolder;
  56.     tempValueList;
  57.     toFromMatrix;
  58.     rangeSuperview;
  59.     summarySwitch;
  60.     uniqueSwitch;
  61.     };
  62.     SUPERCLASS = BasicEditor;
  63. };
  64.